    .footer-box {
        width: 100%;
        background-color: #0057A7;
    }

    .footer-box a:hover {
        color:#fff;
    }
    
    .footer-content {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
    }
    
    .footer-content-left {
        display: inline-block;
        width: 630px;
        vertical-align: top;
        position: relative;
    }
    
    .footer-content-right {
        width: 540px;
        display: inline-block;
    }
    
    .footer-text {
        font-size: 15px;
        line-height: 30px;
        color: #fff;
        max-width: 600px;
    }
    
    .footer-text a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-content-left-imgs {
        font-size: 0;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    
    .footer-content-left-imgs img {
        margin: 0 10px;
    }

    .footer-content-left-left {
        /*position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);*/
    }
    
    .footer-content-left img {
        /*position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);*/
    }
    
    .footer-line {
        display: inline-block;
        height: 120px;
        width: 1px;
        background-color: #fff;
        margin: 0 20px;
    }
    
    .footer-right-imgbox {
        display: inline-block;
        text-align: center;
        width:128px;
    }
    
/*    .footer-right-imgbox:nth-child(2) {
        margin: 0 22px;
    }*/
    
    .footer-right-imgbox img {
        width: 100px;
        height:100px;
        display: block;
        margin:0 auto 10px auto;
    }
    
    .footer-right-imgbox-text {
        font-size: 16px;
        color: #fff;
    }
    
    .footer-content2 {
        display: none;
    }